Linux python3.6 安装最佳实践

[ol7_developer_EPEL]
name=Oracle Linux $releasever Development Packages ($basearch)
baseurl=https://yum.oracle.com/repo/OracleLinux/OL7/developer_EPEL/$basearch/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
gpgcheck=1
enabled=1
yum install  python36*
[root@dbserver ~]# cd /usr/bin/
[root@dbserver bin]# rm -rf python

 ln -s python36 python